queuing time - definition. What is queuing time
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:     

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

%ما هو (من)٪ 1 - تعريف

Command queuing

Times         
WIKIMEDIA DISAMBIGUATION PAGE
The time; The Time; Time (album); Time (song); Time (television); T.I.M.E.; Time TV; Time (album disambiguation); Times; The Time (album); Time (command); Time (film); Time (tv series); Time (TV series)
·pl of Time.
times         
WIKIMEDIA DISAMBIGUATION PAGE
The time; The Time; Time (album); Time (song); Time (television); T.I.M.E.; Time TV; Time (album disambiguation); Times; The Time (album); Time (command); Time (film); Time (tv series); Time (TV series)
n. pl.
1.
Seasons, spells.
2.
Periods, epochs, ages.
3.
State of things (at a particular period), general condition of affairs.
times         
WIKIMEDIA DISAMBIGUATION PAGE
The time; The Time; Time (album); Time (song); Time (television); T.I.M.E.; Time TV; Time (album disambiguation); Times; The Time (album); Time (command); Time (film); Time (tv series); Time (TV series)
times
(following a number) expressing multiplication.
--------
times
¦ verb (timeses, timesing, timesed) informal multiply (a number).
Origin
late 20th cent.: use as a verb of times expressing multiplication.
--------
times
a period characterized by particular events or circumstances:

ويكيبيديا

Command queue

In computer science, a command queue is a queue for enabling the delay of command execution, either in order of priority, on a first-in first-out basis, or in any order that serves the current purpose. Instead of waiting for each command to be executed before sending the next one, the program just puts all the commands in the queue and goes on doing other things while the queue is processed by the operating system.

This delegation not only frees the program from handling the queue but also allows a more optimized execution in some situations. For instance, when handling multiple requests from several users, a network server's hard drive can reorder all the requests in its queue using, for instance, the elevator algorithm to minimize the mechanical movement.